Does .NET support multiple inheritance?
2354
27-Aug-2014
Sumit Kesarwani
27-Aug-2014.NET does not support multiple inheritance directly because in .NET, a class cannot inherit from more than one class. .NET supports multiple inheritance through interfaces.